package article
Type Members
- class Article extends AnyRef
Represents a news article with its associated metadata.
Represents a news article with its associated metadata.
- Annotations
- @EqualsAndHashCode() @Getter() @ToString() @JsonIgnoreProperties()
- class SearchResult extends AnyRef
Represents a search result with its associated metadata and articles.
Represents a search result with its associated metadata and articles.
- Annotations
- @EqualsAndHashCode() @Getter() @ToString() @JsonIgnoreProperties()
- class Source extends AnyRef
Represents a news source with its associated metadata.
Represents a news source with its associated metadata.
- Annotations
- @EqualsAndHashCode() @Getter() @ToString() @JsonIgnoreProperties() @RequiredArgsConstructor() @NoArgsConstructor()
- class SourcesResult extends AnyRef
Represents the result of a news sources API call.
Represents the result of a news sources API call.
- Annotations
- @EqualsAndHashCode() @Getter() @ToString() @JsonIgnoreProperties()